net/http.loggingConn.SetDeadline (method, view implemented interface methods)
7 uses
	net/http (current package)
		server.go#L325: 	rwc.SetDeadline(time.Time{})
		socks_bundle.go#L33: 		c.SetDeadline(deadline)
		socks_bundle.go#L34: 		defer c.SetDeadline(socksnoDeadline)
		socks_bundle.go#L48: 				c.SetDeadline(socksaLongTimeAgo)
	net
		dnsclient_unix.go#L189: 			c.SetDeadline(d)
		net.go#L161: 	SetDeadline(t time.Time) error
	crypto/tls
		conn.go#L146: 	return c.conn.SetDeadline(t)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |